home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2009 June / PersonalComputerWorld-June2009-CoverdiscCD.iso / Software / Freeware / Adobe AIR 1.5.1 / AdobeAIRInstaller.exe / setup.swf / scripts / mx / resources / IResourceBundle.as next >
Encoding:
Text File  |  2009-02-12  |  217 b   |  13 lines

  1. package mx.resources
  2. {
  3.    public interface IResourceBundle
  4.    {
  5.       function get content() : Object;
  6.       
  7.       function get locale() : String;
  8.       
  9.       function get bundleName() : String;
  10.    }
  11. }
  12.  
  13.